sha256

(alias) function sha256(input: byte_array): byte_array

Calculates an SHA-256 hash of a byte array and returns a byte array.

Alias

Alias target

Since

0.10.6

Parameters

input

The byte array to be hashed.